home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A Virtual Reality Guide to Texas
/
CD.iso
/
texdata
/
trnsprtr.dir
/
00477_accept card removal.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-06-17
|
207 b
|
12 lines
on mouseDown
global goHome
ButtonDown(1, EMPTY)
if rollOver(the clickOn) then
repeat with i = 1 to 48
puppetSprite(i, 0)
end repeat
set goHome to 0
go(the frame + 1)
end if
end